home *** CD-ROM | disk | FTP | other *** search
- /*//////////////////////////////////////////////////////////////////////
- filename: log.css
- copyright(c): Tiny Software Inc 2002, 2003 (http://www.tinysoftware.com)
- author: Jozef Palocko (jpalocko@tinysoftware.com)
- product: Tiny Personal Firewall 5.x
- description: Log viewer css file
- ///////////////////////////////////////////////////////////////////////*/
-
- .clsFilterLink{
- font-size: 12px;
- COLOR: black;
- font-weight : bold;
- }
- .clsShow{
- display:inline;
- }
- .clsHide{
- display:none;
- }
- .clsTable{
- font-size: 10px;
- }
- .clsForm {
- font-size: 10px;
- background-color: #E7EFF7;
- text-align : left;
- padding: 0px;
- height: 30px;
- vertical-align:middle;
- }
- .clsNavBar {
- font-size: 10px;
- background-color: #7081FE;
- text-align : center;
- padding: 2px;
- COLOR: #ffffff;
- }
- .clsResult {
- font-size: 8px;
- background-color: #E7EFF7;
- color:#000000;
- text-align : left;
- margin-bottom: 10px;
- overflow : auto;
- }
- .clsResultFrame{
- width:100%;
- height:100%;
- overflow:auto;
- }
- .clsHeading {
- font-size: 20px;
- background-color: #7081FE;
-
- }
- .clsFirewall{
- background-color: #ccccFE;
- height:14px;
-
- font-size: 8px;
- color:#000000;
- text-align : left;
- margin-bottom: 10px;
- }
- .clsSandbox{
- height:14px;
- background-color: #eeeeee;
-
- font-size: 8px;
- color:#000000;
- text-align : left;
- margin-bottom: 10px;
- }
- .clsIDS{
- height:14px;
- background-color: #ffffd7;
-
- font-size: 8px;
- color:#000000;
- text-align : left;
- margin-bottom: 10px;
- }
- .clsEvent{
- background-color: #fafafa;
- text-align : left;
- margin-bottom: 10px;
-
- font-size: 8px;
- color:#000000;
- text-align : left;
- margin-bottom: 10px;
- }
- .clsAllow{
- color =#2e8b57;
- font-weight : bold;
-
- font-size: 8px;
- color:#000000;
- text-align : left;
- margin-bottom: 10px;
- }
- .clsPrevent{
- color =#ff0000;
- font-weight : bold;
-
- font-size: 8px;
- color:#000000;
- text-align : left;
- margin-bottom: 10px;
- }
- .clsAskUser{
- color =#00ffff;
- font-weight : bold;
-
- font-size: 8px;
- color:#000000;
- text-align : left;
- margin-bottom: 10px;
- }
-
- }
- BODY {
- margin: 0px;
- padding: 1px;
- font-family: "MS Sans serif", "Verdana", "Tahoma" ;
- font-size: 10px;
- COLOR: black;
- scrolling:auto;
- /*
- scrollbar-face-color: #000066;
- scrollbar-shadow-color: #ffffff;
- scrollbar-highlight-color: #ffffff;
- scrollbar-3dlight-color: #ffffff;
- scrollbar-darkshadow-color: #fffffff;
- scrollbar-track-color: #ffffff;
- scrollbar-arrow-color: #ffffff;
- */
- }
-
- FORM {
- margin-top: 0px;
- margin-bottom: 0px;
- }
-
-
- /*INPUT{
- BACKGROUND-COLOR: white;
- BORDER-BOTTOM: #000066 0px ;
- BORDER-LEFT: #000066 1px ;
- BORDER-RIGHT: #000066 1px;
- BORDER-TOP: #000066 0px ;
- COLOR: black;
- margin: 0px;
- } */
- /*style bottom this comment are not used*/
- /*
- body {
- margin: 0px;
- padding: 1px;
- font-family: "Lucida Sans Unicode", "Lucida Console", Verdana;
- font-size: 12px;
- COLOR: #000000;
- scrollbar-face-color: #000066;
- scrollbar-shadow-color: #ffffff;
- scrollbar-highlight-color: #ffffff;
- scrollbar-3dlight-color: #ffffff;
- scrollbar-darkshadow-color: #fffffff;
- scrollbar-track-color: #ffffff;
- scrollbar-arrow-color: #FF9933;
- background-image: url(images/zalogo.gif);
- background-repeat: repeat;
-
- }
- .main {
- background-color: #f9f9f9;
- width: 775px;
- height: 500px;
- float : none;
- text-align : left;
- border: 1px solid #000066;
- }
- .header {
- width: 100%;
- height: 115px;
- margin-bottom: 0px;
- }
- .footer {
- width: 100%;
- margin-top: 15px;
- clear: both;
- text-align : center;
- vertical-align: bottom;
- }
- .left {
- width: 60%;
- height: 85%;
- float: left;
- padding-left : 10px;
- padding-right : 10px;
- }
- .right {
- width: 40%;
- height: 90%;
- float:RIGHT;
- padding : 5px;
- background-color: #eeeeee;
- }
- .member{
- vertical-align:top;
- width:205px;
- margin: 5px;
- }
- .l_heading{
- COLOR: #000066;
- font-size : 16 px;
- background-color: #EAEAEA;
- }
- .flashtitle{
- COLOR: #000066;
- font-size : 10px;
- height: 20px;
- font-weight: bold;
- vertical-align: bottom;
- }
- .flashbox{
- margin-bottom: 25px;
- margin-top: 10px;
- margin-left: 5px;
- margin-right: 5px;
- }
- .flashnews{
- margin: 2px;
- background-color: #dddddd;
- font-size : 10px;
- }
- .news{
- padding-bottom : 10px;
- padding-top : 5 px;
- }
- .gbform{
- padding : 25px;
-
- }
- .gbmsg{
- font-size : 12 px;
- margin-bottom:15px;
- }
- .r_heading {
- COLOR: #000066;
- height: 18px;
- font-size : 14 px;
- font-weight: bold;
- letter-spacing: -1px;
- background-image: url(images/hback.gif);
- background-repeat: repeat-x;
- background-position: bottom;
- vertical-align: top;
- }
- .date {
- font-size : 10px;
- vertical-align: middle;
- }
- .news_list{
- overflow: auto;
- height: auto;
- text-align:left;
- }
- .col_left{
- float: left;
- width: 47%
- }
- .col_right{
- float: right;
- width: 47%
- }
- .col {
- float: left;
- width: 100%;
- margin-top: 15px;
- text-align : left;
- }
- .box
- {
- margin-bottom: 15px;
- }
- .box_content{
- margin-top: 5px;
- padding-left: 1%;
- font-size: 11px;
- }
- .box_text{
- font-size: 11px;
- }
- .reportlist{
- text-align: left;
- letter-spacing: -1px;
- margin-top: 10px;
- }
- .DottedLine
- {
- background-image: url(im/dot.gif);
- background-repeat: repeat-x;
- background-position : bottom;
- vertical-align : bottom;
- }
- .DottedLineVertical
- {
- background-image: url(im/dot.gif);
- background-repeat: repeat-y;
- }
-
-
- A {
- COLOR: #000066;
- TEXT-DECORATION: underline;
- }
- A:hover {
- COLOR: #FF9933;
- TEXT-DECORATION: underline;
- }
- INPUT{
- BACKGROUND-COLOR: white;
- BORDER-BOTTOM: #000066 1px solid;
- BORDER-LEFT: #000066 1px solid;
- BORDER-RIGHT: #000066 1px solid;
- BORDER-TOP: #000066 1px solid;
- COLOR: black;
- font-family: "Lucida Sans Unicode", "Lucida Console", Verdana;
- font-size: 11px;
- margin: 1px;
- }
- TEXTAREA {
- BACKGROUND-COLOR: white;
- font-family: "Lucida Sans Unicode", "Lucida Console", Verdana;
- font-size: 11px;
- BORDER-BOTTOM: #000066 1px solid;
- BORDER-LEFT: #000066 1px solid;
- BORDER-RIGHT: #000066 1px solid;
- BORDER-TOP: #000066 1px solid;
- COLOR: black;
- height: 80px;
- margin: 1px;
- }
- CODE {
- COLOR: #336666;
- FONT-FAMILY: "Courier New", Courier, monospace;
- FONT-SIZE: 11px;
- }
- form {
- margin-top: 0px;
- margin-bottom: 0px;
- }
- table {
- font-family: "Lucida Sans Unicode", "Lucida Console", Verdana;
- font-size: 12px;
- border:0px;
- padding: 0px;
- vertical-align: top;
- }
- TR {
- vertical-align: top;
- }
- */